home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / DRDOSTIP.ZIP / 1505.TXT < prev    next >
Text File  |  1991-12-31  |  1KB  |  33 lines

  1. Document 1505
  2. LOADING DR DOS IN UPPER MEMORY ONLY
  3.  
  4. Description:
  5.  
  6. There are certain conditions under which you may wish to not
  7. load DR DOS system files into HMA (High Memory Area) due to the
  8. fact that other applications may need to use it. Some of these
  9. applications include Desqview and XMSNET (Novell Netware)
  10. Another application under which you may wish to not use the HMA
  11. is if you are trying to run Windows in enhanced mode on a 2
  12. megabyte computer. Since Windows requires 1 megabyte of XMS
  13. memory you cannot use any of the HMA.
  14.  
  15. Example:
  16.  
  17. To keep DR DOS 6.0 out of the HMA:
  18.  
  19.  
  20. 1)  Make sure that the /MH option is not used on any of the DR
  21. DOS 6.0 commands that support it.  This includes SHELL, SHARE
  22. and Delwatch. Use the /MU option instead on these files.
  23.  
  24. 2)  Make sure that the HIBUFFERS command is not used in the
  25. CONFIG.SYS file.  This command will use the HMA even if the
  26. Kernel is not put there with /BDOS=FFFF.
  27.  
  28. 3)  Make sure that the /BDOS option reads: /BDOS=AUTO.
  29.  
  30. 386 computers can also use HIDOS.SYS with /B=AUTO. This will
  31. prevent you from hiloading but this is not an issue with 3rd
  32. party memory managers.
  33.